home *** CD-ROM | disk | FTP | other *** search
/ Basic Press Kit / Basic Press Kit.iso / pc / progthis.dxr / 00007_Btn1 (old).ls < prev    next >
Encoding:
Text File  |  2001-10-11  |  136 b   |  10 lines

  1. on mouseUp
  2.   tell the stage
  3.     closeMe()
  4.   end tell
  5.   btnName = member("Btn1").text
  6.   tell the stage
  7.     return btnName
  8.   end tell
  9. end
  10.